|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Convert raw C string to std::string. More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static std::string | convert (const char t[]) |
| static std::string | safeConvert (const char t[]) |
Convert raw C string to std::string.
Definition at line 2446 of file Teuchos_as.hpp.
| static std::string Teuchos::ValueTypeConversionTraits< std::string, char[N]>::convert | ( | const char | t[] | ) | [inline, static] |
Definition at line 2448 of file Teuchos_as.hpp.
| static std::string Teuchos::ValueTypeConversionTraits< std::string, char[N]>::safeConvert | ( | const char | t[] | ) | [inline, static] |
Definition at line 2450 of file Teuchos_as.hpp.
1.7.6.1